home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / CATAGING / COLLECTV.LZH / PRINT.HLP < prev    next >
Text File  |  1992-04-24  |  2KB  |  51 lines

  1. BASICS:
  2. PRINT will use the printer at LPT1 (Printer Port 1).
  3. Print is designed to work with continuous feed (like dot
  4. matrix) printers or LASER printers.
  5.  
  6. MENU ITEMS:
  7. PRINT ALL prints the ENTIRE file opened in memory.
  8. PRINT CURRENT prints the currently shown record.
  9. PRINT LAST SEARCH prints the record list from the last
  10. search that was performed.
  11. FORMATTING allows you to choose the type of arrangement
  12. of printing records you require:
  13.  
  14. VERT prints records up and down on the page and to the
  15. left:
  16.  RECORD1
  17.  ...
  18.  RECORD2
  19.  ...
  20.  etc.
  21.  
  22. HORIZ prints them left - right so as to minimize paper
  23. used:
  24.   RECORD1......................
  25.   RECORD2......................
  26.   etc.
  27.  
  28. 2 COL prints up and down in two columns:
  29.  RECORD1         RECORD2
  30.  ...             ...
  31.  RECORD3         RECORD4
  32.  ...             ...
  33.       etc.
  34.  
  35. MASK FIELD NAMES turns the field names used for the
  36. collection on and off for printing. When the box is
  37. checked, the FIELD NAME (such as TYPE, DESCRIPTION, etc.)
  38. is not printed; only the DATA will be printed. LINES PER
  39. PAGE allows you to insert a formfeed after any number of
  40. lines. It defaults to 66 (suitable for Dot Matrix
  41. printers). Set it to 60 or LESS if using a LASER or INK
  42. JET (Paint Jet, etc.) single sheet printer.
  43.  
  44. USER SELECTABLE MASK CONFIGURATION:
  45. SETUP MASK allows you to define data that will NOT be
  46. printed. This is useful if you're printing a catalogue
  47. do not wish certain items (such as price paid) to be seen
  48. or included.
  49. MASK CONDITION ON/OFF is a toggle to indicate whether or
  50. not MASKING will be implemented.
  51.